body {
	margin: 20px 0px 0px 0px;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C3D3F;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FF3000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-weight: bold;
	font-size: 1.0em;
}

p, ul, ol {
	margin-top: 0;
/*	line-height: 100%;*/
}

/*ul, ol {
	line-height: 115%;
}*/

a {
	text-decoration: underline;
	color: #EB1D1D;
}

a:hover {
	text-decoration: none;
}

.marked {
	color: #EB1D1D;
}

/* Wrapper */
#wrapper {
	margin: 0 auto;
	padding: 0px 10px;
}

/* Header */
#header {
	overflow: hidden;
	width: auto;
	/*height: 50px;*/
	margin: 0px auto 20px auto;
}

#header2 {
	overflow: hidden;
	width: auto;
	/*height: 50px;*/
	margin: 0px auto 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	border-top: 1px solid #BBBBBB;
}

.marked {
	color: #EB1D1D;
}

/* Logo */
#logo {
	float: left;
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo h1, #logo p {
}

/*#logo h1 {
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.8em;
	line-height: 150%;
	text-shadow: 2px 2px #DDDDDD;
	color: #0C0C0C;
}
*/

#logo h1 {
	letter-spacing: -1px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 2.4em;
	line-height: 150%;
	text-shadow: 1px 1px #DDDDDD;
	font-weight: bold;
	color: #414141;
	border: none;
}

#logo h1 a {
	color: #0C0C0C;
}

#logo2 {
	float: left;
	/*width: 300px;*/
	margin: 0;
	padding: 0;
	color: #000000;
}

#logo2 h1 {
	letter-spacing: -1px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-size: 2.0em;
	line-height: 150%;
	text-shadow: 1px 1px #DDDDDD;
	font-weight: bold;
	color: #414141;
	border: none;
}

/* Menu */
#menu {
	display: none;
}

/* Page */

#page {
	border-top: 1px solid #BBBBBB;
	padding: 40px 0px 0px 0px;
}

/*Navigation menu */
.topnav {
  overflow: hidden;
  float: right;
  width: 180px;
  background-color: white;
  position: relative;
  border: 1px solid #3C3D3F;
}
/*#F9F9F9*/
/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #3C3D3F;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.2em;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  color: white;
  background-color: #EB1D1D;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #EB1D1D;
  color: white;
}

/* Style the active link (or home/logo) */
/*.active {
  background-color: #EB1D1D;
  color: white;
}*/

/*
Content
*/

#content {
	float: none;
	width: auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.post {
	margin-bottom: 30px;
	padding: 0px 0px;
}

.post .title {
	/*height: 41px*/;
	padding: 0px 0px 10px 0px;
}

.post .title a {
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 1px #DDDDDD;
	font-weight: bold;
	color: #414141;
	border: none;
}

.post .entry {
	line-height: 1.3;
	padding: 10px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BBBBBB;
	text-align: left;
}

.post .entry ol {
	margin: 0px 20px;
	padding: 0;
}

.post .entry ul {
	margin: 0px 0px;
	padding: 0;
	list-style: none;
}

.post .entry ul ul {
	margin: 0px 20px;	
	padding-bottom: 10;
	list-style: disc outside;
}

.post .entry li {
	margin: 0px;
	padding-bottom: 10px;
}

.post .last {
	border-bottom: none;
	padding-bottom: 0px;
}

.post .meta {
	overflow: hidden;
	padding-top: 10px;
}

/*
Sidebar
*/
#sidebar {
	display: none;
}

/* Footer */
#footer {
	/*width: auto;*/
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	border-top: 1px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding: 20px 0px 0px 30px;
	line-height: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #45302C;
}

#footer a {
	color: #6B4A45;
}
